Click or drag to resize

PushSubscription Constructor (FolderId, EventType, String, Int32, String)

Initializes a new instance of the PushSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PushSubscription(
	FolderId folderId,
	EventType eventType,
	string url,
	int statusFrequency,
	string watermark
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
eventType
Type: Independentsoft.ExchangeEventType
url
Type: SystemString
statusFrequency
Type: SystemInt32
watermark
Type: SystemString
See Also